home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMTWISTPROGRESS / TFRMTWISTPROGRESS.txt < prev   
Text File  |  2008-08-19  |  1KB  |  55 lines

  1. object FrmTwistProgress: TFrmTwistProgress
  2.   Left = 387
  3.   Top = 318
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Wait'
  7.   ClientHeight = 94
  8.   ClientWidth = 302
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 56
  22.     Top = 15
  23.     Width = 233
  24.     Height = 29
  25.     AutoSize = False
  26.     Caption = 'asdfasdfasdfasdfasdfasd'
  27.     WordWrap = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 9
  31.     Top = 13
  32.     Width = 32
  33.     Height = 32
  34.     Picture.Data = {<image000.bmp>}
  35.     Transparent = True
  36.   end
  37.   object ProgressBarUn: TCsXpProgressBar
  38.     Left = 7
  39.     Top = 63
  40.     Width = 283
  41.     Height = 16
  42.     TabOrder = 0
  43.     Active = False
  44.     AnimationSpeed = 60
  45.   end
  46.   object ProgressBar1: TProgressBar
  47.     Left = 7
  48.     Top = 63
  49.     Width = 283
  50.     Height = 16
  51.     Position = 55
  52.     TabOrder = 1
  53.   end
  54. end
  55.